home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha Extra 2004 January / CyberMycha Extra 1-2004 (Poland) (Disc 2).bin / Pippi / ingm.dir / 00011_inGmAutoGo.ls < prev    next >
Encoding:
Text File  |  2001-03-01  |  291 b   |  16 lines

  1. property gm
  2. global sessionObject, monkey
  3.  
  4. on beginSprite me
  5.   gm = the frameLabel
  6. end
  7.  
  8. on exitFrame me
  9.   if monkey.monkeyRunning = 0 then
  10.     xFrame = string(sessionObject.getFrame(gm))
  11.     monkey.traceMonkey()
  12.     go(xFrame, "gm" & gm)
  13.     sound(2).play(member("introSnd", 1))
  14.   end if
  15. end
  16.